-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SmartAccount] Get authenticator query #8142
Conversation
WalkthroughThe recent updates aim to enhance smart account functionalities within the Osmosis blockchain framework. A new RPC, Changes
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
@@ -281,7 +281,7 @@ func (s *SpendLimitAuthenticatorTest) TestSpendLimit() { | |||
s.Require().Contains( | |||
err.Error(), | |||
fmt.Sprintf( | |||
"Current time %d.%d not within time limit None - %s.%s: execute wasm contract failed", | |||
"Current time %d.%09d not within time limit None - %s.%s: execute wasm contract failed", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wasn't this already merged? https://github.com/osmosis-labs/osmosis/pull/8120/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah not sure why it's in here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will revert the commit and let the merge figure out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind adding a CHANGELOG entry?
6c7226b
to
e71dc74
Compare
This reverts commit e71dc74.
0c6f34f
to
f7bf5fb
Compare
3ea2cf7
to
49c0a7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Out of diff range and nitpick comments (5)
CHANGELOG.md (5)
Line range hint
340-340
: Remove trailing punctuation in heading.-## [v6.4.0]. +## [v6.4.0]
Line range hint
603-603
: Replace bare URL with a markdown link.- https://github.com/osmosis-labs/cosmos-sdk/pull/100 + [sdk-#100](https://github.com/osmosis-labs/cosmos-sdk/pull/100)
Line range hint
661-661
: Replace bare URL with a markdown link.- https://github.com/osmosis-labs/iavl/pull/5 + [iavl-5](https://github.com/osmosis-labs/iavl/pull/5)
Line range hint
1242-1242
: Ensure there are no empty links in the document.Please check and update the link at line 1242 to ensure it directs to a valid URL or resource.
Line range hint
1001-1001
: Ensure heading levels increment by one level at a time.Please adjust the heading levels in the document to ensure they follow a logical order, incrementing by one level at a time.
Added |
What is the purpose of the change
Query for getting single authenticator + stargate whitelist
Testing and Verifying
Tested through integration spend limit contract
Summary by CodeRabbit
New Features
Enhancements
Bug Fixes